home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / SirTommy.dxr / Internal_20_New Behavior.ls < prev    next >
Encoding:
Text File  |  2002-01-25  |  197 b   |  11 lines

  1. on beginSprite me
  2.   timeout("fire").new(5500, #blow, me)
  3. end
  4.  
  5. on blow me
  6.   puppetSound(5, member("fireball"))
  7.   if timeout("fire").period = 5500 then
  8.     timeout("fire").period = 6000
  9.   end if
  10. end
  11.